home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / waisgate / HTPlain.h < prev    next >
C/C++ Source or Header  |  1995-05-09  |  379b  |  25 lines

  1. /*  */
  2.  
  3. /*              Plain text object                       HTPlain.h
  4. **              -----------------
  5. **
  6. **
  7. */
  8.  
  9. #ifndef HTPLAIN_H
  10. #define HTPLAIN_H
  11.  
  12. #include "HTStream.h"
  13. #include "HTAnchor.h"
  14.  
  15. extern HTStream* HTPlainPresent PARAMS((
  16.         HTPresentation *        pres,
  17.         HTParentAnchor *        anchor,
  18.         HTStream *              sink));
  19.  
  20.  
  21. #endif
  22. /*
  23.  
  24.     */
  25.